* {padding: 0;margin: 0;}
*{
    margin: 0px;
    padding: 0px;
}
/*轮播开始*/
.swiper-container {
    width: 232px;
    height: 205px;
    color: #fff;
    text-align: center;
}
.red-slide {
    background: #ca4040;
}
.blue-slide {
    background: #4390ee;
}
.orange-slide {
    background: #ff8604;
}
.green-slide {
    background: #49a430;
}
.pink-slide {
    background: #973e76;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.swiper-slide p {
    font-style: italic;
    font-size: 25px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/*轮播结束*/
.big{
    width: 100%;
    position: relative;/*参照物*/
}
.pic{
    width: 100%;
    height: 205px;
}
.pic_img{
    width: 100%;
    height: 100%;
}
.pic img{
    position: absolute;/*绝对定位*/
    display: none;
}
button:focus {
    outline: 0 !important;
}
div:focus {
    outline: 0 !important;
}

.button-next, .button-prev {
    opacity: 0.6;
}

.button-next:hover, .button-prev:hover {
    cursor: pointer;
    opacity: 1;
}

.arr{
    width: 40px;
    height: 70px;
    font-size: 30px;
    font-weight: 900;
    line-height: 70px;
    text-align: center;
    color: #ccc;
    position: absolute;
    top: 125px;
    display: none;
    cursor: pointer;
}
.l-arr{
    left: 0px;
}
.r-arr{
    right: 0px;
}
.big:hover .arr{
    display: block;
}
.arr:hover{
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.but{
    position: absolute;
    bottom: 5%;
    right: 6%;
}
.but ul li{
    list-style-type: none;
    width: 6px;
    height: 6px;
    /*border: 1px solid #ccc;*/
    float: left;
    margin-left: 6px;
    text-align: center;
    font-family: "microsoft yahei";
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
}
.but ul li:hover{
    background:rgba(0,163,62,1);
}
.but .hover{
    background:rgba(0,163,62,1);
}

#bigContent{
    width: 1000px;
    margin: 0px auto 64px;
    min-height: 430px;
}
.bigContent_title{
    width: 1000px;
    height: 166px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.09);
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    top: -75px;
    text-align: center;
    padding-left: 46px;
}
.bigContent_box {
    width: 69px;
    text-align: center;
    float: left;
    margin: 25px 57px;
}
.bigContent_box_one{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 8px;
    color: #333333;
}
.bigContent_box_two{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.news_bulletin{
    width: 1000px;
    margin: -20px auto;
    display: inline-block;
}
.news{
    width: 66%;
    float: left;
    height: 300px;
    border-top: 2px transparent solid;
    border-image:linear-gradient(to right,#FF8500,#00A33E) 1 10  ;
    border-image-slice:100% 0 0  0;
    padding: 20px 20px;
    background: #fbfbfb;
}
.news_top{
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
}
.teaching_content_one{
    width: 100%;
}
.teaching_content_two{
    width: 24%;
    float: left;
    margin-right: 13px;
}

.teaching_content_two .img-box:hover{
    opacity: 0.8;
    cursor: pointer;
}
.bulletin_right{
    width: 100%;
}
.news_bottom_left{
    width: 40%;
    height: 205px;
    float: left;
}
.news_bottom_right{
    width: 56%;
    float: right;
}
.news_bottom_right_text_one:hover{
    color:#FF8500;
}
.bulletin_right_text_one:hover{
    color:#FF8500;
}


.news_bottom_right_text{
    width: 100%;
    height: 26px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px dashed #EEEEEE;
}
.bulletin_right_text{
    width: 100%;
    /*苏*/
    height: 24px;
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom:1px dashed #EEEEEE;
}
.bulletin_right_text_one{
    width: 67%;
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    opacity: 0.8;
    float: left;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    text-indent: 20px;
    display:block;
}
.bulletin_right_text_three{
    width: 96%;
    /*苏*/
    height: 28px;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    float: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    text-indent: 20px;
}

.bulletin_right_text_three:hover{
    color:#FF8500;;
}

.bulletin_right_text_three .dot{
    top: 19px !important;
}

.bulletin_right_text_two{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    opacity: 0.8;
    float: right;
}
.news_bottom_right_text_one{
    width: 67%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    opacity: 0.8;
    float: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dot{
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 2px;
    background: red;
    top: 5px;
    left: 5px;
    background: #DBDBDB;
}
.news_bottom_right_text_two{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
    opacity: 0.8;
    float: right;
}
.news_bulletin_text{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5E5E5E;
    line-height: 8px;
}
.news_bulletin_text_one{
    border-bottom: 2px solid #00A33E;
    padding-bottom: 5px;
}
.news_bulletin_img{
    width: 22px;
    height: auto;
    position: relative;
    top: 12px;
    right: 27px;
}
.more{
    width: 47px;
    height: auto;
    float: right;
    margin-top: 11px;
}
.news_bulletin_text_two{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    float: right;
    margin-top: 7px;
}
.news_news_img{
    width: 48%;
    margin-top: -5px;
}

.news_news_img img:hover{
   opacity: 0.8;
}

.swiper-slide img:hover{
    opacity: 0.8;
}


.news_bulletin_img_one{
    width: 5px;
    height: auto;
    padding-bottom: 1px;
}
.bulletin{
    width: 32%;
    height: 300px;
    padding: 10px 10px 20px;
    float: right;
    border-top: 2px transparent solid;
    border-image:linear-gradient(to right,#FF8500,#00A33E) 1 10;
    padding: 20px 20px;
    background: #fbfbfb;
}
.physician{
    width: 100%;
    background-image:url("../../images/web/home/bg1@2x.png");
    height: 364px;
    background-size: 100%;
}
.teaching{
    width: 100%;
    background-image:url("../../images/web/home/bg2@2x.png");
    height: 406px;
    background-size: 100% 100% ;
    background-repeat: no-repeat;
}
.teaching_content{
    width: 1000px;
    height: 250px;
    margin: 0px auto;
    padding-top: 25px;
}
.news_news_img_bottom{
    width: 100%;
    height: 30px;
    position: relative;
    top: -34px;
    background: linear-gradient(rgba(1, 0, 0, 0),#000000);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding: 0px 5%;
}
.img-one{
    width: 5px;
    height: auto;
    position: relative;
    left: 77%;
}
.friendShip{
    width: 100%;
    height: 61px;
    background: #EEEEEE;
}
.friendShip_content{
    width: 1000px;
    margin: 0px auto;
    height: 100%;
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}
.ul_one{
    width: 95%;
    float: right;
    position: relative;
    top: 22px;
    left: 22px;
}
.li_one{
    /*width: 15%;*/
    float: left;
    text-align: center;
    border-right: 1px solid #dedede;
    padding: 0px 25px;
}
.li_one a{
    color: #7a7a7a;
    font-size: 14px;

}

.li_one a:hover{
    color:  #FF8500;;
}

.a{
    display:block;
    text-decoration:none;
    font-size: 7px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}
.links{
    height: auto;
    float: left;
    width: 42px;
    position: relative;
    top: 17px;
}
.transparent{
    width: 100%;
    height: 30px;
    position: relative;
    top: -34px;
    background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .transparent{
        background-color:#000000;
        filter:Alpha(opacity=50);
        position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .transparent a{
        position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}


.img-box{
    width: 100%;
    height: 180px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.physician_content{
    width: 100%;
    height: 264px;
}
.physician_name{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .physician_name{
        background-color:#000000;
        filter:Alpha(opacity=50);
        position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .physician_name a{
        position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}





.button-next{
    width: 42px;
    position: relative;
    top: -152px;
    left: 1043px;
}
.button-prev{
    width: 42px;
    position: relative;
    top: -198px;
    right: 85px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#show-area{/*宽度在js代码中设置的*/
    height:100%;
    position:relative;
    margin:0px auto;
    overflow:hidden;
}
/*注意：找bug找了很久，这里自动插入一张，父容器要加上他的宽度(在js代码中动态计算了)，否则怎么显示呢？小问题大解决*/
#show-area ul{
    position:relative;
    right:0;
}
#show-area ul li{/*宽度在js代码中设置的*/
    float:left;
    height:500px;
    text-align: center;
    line-height: 500px;
}
#show-area ul li:nth-of-type(1){
    background-color: #4c3da8;
}
#show-area ul li:nth-of-type(2){
    background-color: #a83c39;
}
#show-area ul li:nth-of-type(3){
    background-color: #8da86f;
}
#show-area ul li:nth-of-type(4){
    background-color: #1492a8;
}
#show-area ul li:nth-of-type(5){
    background-color: #4c3da8;
}
/*指示器*/
#indicator{
    display: flex;
    justify-content: space-between;
    width:140px;
    position:absolute;
    top:450px;
    left:0;
    right: 0;
    margin: auto;
    z-index:1;
    display: none;
}
#indicator div{
    height:12px;
    width:12px;
    border-radius:12px;
    background-color:#ccc;
    float:left;
    margin-left:5px;
    opacity:0.9;
    filter:Alpha(opacity=90);/*为了适应旧的浏览器*/
    transition: all .8s;
}
#button-left,#button-right{
    position: absolute;
    width: 40px;
    height: 72px;
    z-index: 2;
    font-size: 30px;
    color: #FFFFFF;
    border: 3px;
    padding: 12px 5px;
    text-align: center;
    line-height: 110px;
    cursor: pointer;
}

#button-left img,#button-right img{
    opacity: 0.5;
}

#button-left:hover img,#button-right:hover img{
    opacity: 1;
}

#button-left{
    top: 180px;
    left: 28px;
}
#button-right{
    top: 180px;
    right: 28px;
}
.onclick{
    width: 30px !important;
    background-color:#FFF !important;
}

.bottom_in a{
    color: #B4B4B4;
    text-decoration: none
}

.bottom_in a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.aui-sam-img {
    width: 100px;
    height: 72px;
}
.aui-sam-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: none;
}
